home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
editor
/
32pstx10.zip
/
PSTEXT.EX_
/
PSTEXT.EX
/
0
/
RCDATA
/
TITEMDLG
/
TITEMDLG.txt
Wrap
Text File
|
1996-06-05
|
1KB
|
78 lines
object ItemDlg: TItemDlg
Left = 47
Top = 120
ActiveControl = Edit1
BorderStyle = bsDialog
Caption = 'Add/Edit Text Item'
ClientHeight = 213
ClientWidth = 463
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 96
Position = poScreenCenter
OnShow = FormShow
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 353
Height = 201
Shape = bsFrame
IsControl = True
end
object Label1: TLabel
Left = 24
Top = 16
Width = 94
Height = 13
Caption = 'Text Item Name:'
end
object Label2: TLabel
Left = 24
Top = 56
Width = 30
Height = 13
Caption = 'Text:'
end
object OKBtn: TBitBtn
Left = 380
Top = 8
Width = 77
Height = 27
TabOrder = 0
OnClick = OKBtnClick
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 380
Top = 40
Width = 77
Height = 27
TabOrder = 1
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object Edit1: TEdit
Left = 24
Top = 32
Width = 177
Height = 20
TabOrder = 2
end
object Memo1: TMemo
Left = 24
Top = 72
Width = 321
Height = 120
ScrollBars = ssBoth
TabOrder = 3
end
end